home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / comm / www / searchad.lha / searchadr / SearchAdr.readme next >
Text File  |  1997-04-12  |  1KB  |  44 lines

  1. Short:    Search URL&eMailadr.in File -> Clipboard
  2. Uploader: basti@stuttgart.netsurf.de (B.Dolanec)
  3. Author:   basti@stuttgart.netsurf.de (B.Dolanec)
  4. Type:     comm/www
  5.  
  6. This useful ARexx script searches textfiles (like:Readme,Guide,
  7. HTML,...) for URL`s or eMail addresses. The results are shown in a
  8. Listview. They can be selected to be copied to the Clipboard.
  9. In the new version, you can search for patterns & multiselect
  10. more addresses.
  11.  
  12. requirements:
  13.  - rexxreqtools.library
  14.  - rexxtricks.library
  15.  
  16. usage:
  17.  - rx SearchAdr [Filename],[Path]
  18.  - or doubleclick the Icon
  19.  
  20.  - Set in Tooltypes of Icon your favor language (English/Deutsch)
  21.  
  22. The Buttons on Listview
  23.  - [Alle]            Select All
  24.  - [Nach Muster]    Select only Items, defined by Pattern
  25.  - [Umschalten]        Toggle
  26.  - [Keine]            Deselect all
  27.  - [Suchen]            Search by Pattern
  28.  - {Stringgadget}        Pattern for select or search (AmigaDOS patterns are allowed)
  29.  
  30.  - [Clipboard]        or Doubleclick on Item put the selected Item(s) to Clipboard
  31.  - [New File]        Open new Filerequest
  32.  - [End]            Guit the Program
  33.  
  34. If you use Toolmanager, you can make an Icon on the WB and check
  35. your Files via Drag&Drop.
  36.  
  37. Changes to ver. 1.1:
  38.  - Now uses rexxtricks.library to insert item to Clip (No more Copy2Clip)
  39.  - Display results in rexxtricks-Listview
  40.  - Multiple selection allowed (Seperated by linefeed)
  41.  - Better address cut in HTML
  42.  - Look for double adresses
  43.  - German or English language can be selected by Tooltype
  44.